home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / doom / warcraft.zip / WAR2XED.ZIP / WAR2XED.EXE / 0 / RCDATA / TFORM4 / TFORM4.txt
Text File  |  1996-07-27  |  7KB  |  307 lines

  1. object Form4: TForm4
  2.   Left = 100
  3.   Top = 144
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Mini Map'
  7.   ClientHeight = 130
  8.   ClientWidth = 294
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poDefaultPosOnly
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Image1: TImage
  18.     Left = 164
  19.     Top = 1
  20.     Width = 128
  21.     Height = 128
  22.     Stretch = True
  23.     OnMouseDown = Image1MouseDown
  24.   end
  25.   object Panel1: TPanel
  26.     Left = 0
  27.     Top = 0
  28.     Width = 161
  29.     Height = 130
  30.     BevelInner = bvLowered
  31.     TabOrder = 0
  32.     object Label1: TLabel
  33.       Left = 4
  34.       Top = 41
  35.       Width = 9
  36.       Height = 13
  37.       Alignment = taRightJustify
  38.       AutoSize = False
  39.       Caption = 'X'
  40.       Font.Color = clBlack
  41.       Font.Height = -11
  42.       Font.Name = 'MS Sans Serif'
  43.       Font.Style = [fsBold]
  44.       ParentFont = False
  45.     end
  46.     object Label2: TLabel
  47.       Left = 4
  48.       Top = 73
  49.       Width = 9
  50.       Height = 17
  51.       Alignment = taRightJustify
  52.       AutoSize = False
  53.       Caption = 'Y'
  54.       Font.Color = clBlack
  55.       Font.Height = -11
  56.       Font.Name = 'MS Sans Serif'
  57.       Font.Style = [fsBold]
  58.       ParentFont = False
  59.     end
  60.     object SpeedButton1: TSpeedButton
  61.       Left = 120
  62.       Top = 99
  63.       Width = 25
  64.       Height = 25
  65.       Glyph.Data = {
  66.         78010000424D7801000000000000760000002800000020000000100000000100
  67.         04000000000000000000120B0000120B00000000000000000000000000000000
  68.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  69.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  70.         555555555555555555555555555555555555555555FF55555555555559055555
  71.         55555555577FF5555555555599905555555555557777F5555555555599905555
  72.         555555557777FF5555555559999905555555555777777F555555559999990555
  73.         5555557777777FF5555557990599905555555777757777F55555790555599055
  74.         55557775555777FF5555555555599905555555555557777F5555555555559905
  75.         555555555555777FF5555555555559905555555555555777FF55555555555579
  76.         05555555555555777FF5555555555557905555555555555777FF555555555555
  77.         59905555555555555777555555555555555555555555555555550000}
  78.       NumGlyphs = 2
  79.       OnClick = SpeedButton1Click
  80.     end
  81.     object Edit2: TEdit
  82.       Left = 20
  83.       Top = 72
  84.       Width = 49
  85.       Height = 21
  86.       MaxLength = 3
  87.       TabOrder = 0
  88.       Text = 'Edit2'
  89.     end
  90.     object Edit1: TEdit
  91.       Left = 20
  92.       Top = 40
  93.       Width = 49
  94.       Height = 21
  95.       MaxLength = 3
  96.       TabOrder = 1
  97.       Text = 'Edit1'
  98.     end
  99.     object ComboBox1: TComboBox
  100.       Left = 4
  101.       Top = 8
  102.       Width = 153
  103.       Height = 21
  104.       Style = csDropDownList
  105.       ItemHeight = 13
  106.       TabOrder = 2
  107.     end
  108.     object ComboBox2: TComboBox
  109.       Left = 76
  110.       Top = 40
  111.       Width = 81
  112.       Height = 21
  113.       Style = csDropDownList
  114.       ItemHeight = 13
  115.       Items.Strings = (
  116.         'Red'
  117.         'Blue'
  118.         'Green'
  119.         'Violet'
  120.         'Orange'
  121.         'Black'
  122.         'White'
  123.         'Yellow'
  124.         'Neutral')
  125.       TabOrder = 3
  126.     end
  127.     object Edit4: TEdit
  128.       Left = 76
  129.       Top = 72
  130.       Width = 81
  131.       Height = 21
  132.       MaxLength = 6
  133.       TabOrder = 4
  134.       Text = 'Edit4'
  135.     end
  136.     object CheckBox18: TCheckBox
  137.       Left = 4
  138.       Top = 104
  139.       Width = 97
  140.       Height = 17
  141.       Caption = 'Unit is active'
  142.       TabOrder = 5
  143.     end
  144.   end
  145.   object Panel2: TPanel
  146.     Left = 0
  147.     Top = 0
  148.     Width = 161
  149.     Height = 130
  150.     BevelInner = bvLowered
  151.     TabOrder = 1
  152.     object Label3: TLabel
  153.       Left = 32
  154.       Top = 41
  155.       Width = 73
  156.       Height = 17
  157.       Caption = 'Label3'
  158.     end
  159.     object Label4: TLabel
  160.       Left = 32
  161.       Top = 57
  162.       Width = 73
  163.       Height = 17
  164.       Caption = 'Label4'
  165.     end
  166.     object Label5: TLabel
  167.       Left = 12
  168.       Top = 57
  169.       Width = 9
  170.       Height = 17
  171.       Alignment = taRightJustify
  172.       AutoSize = False
  173.       Caption = 'Y'
  174.       Font.Color = clBlack
  175.       Font.Height = -11
  176.       Font.Name = 'MS Sans Serif'
  177.       Font.Style = [fsBold]
  178.       ParentFont = False
  179.     end
  180.     object Label6: TLabel
  181.       Left = 12
  182.       Top = 41
  183.       Width = 9
  184.       Height = 13
  185.       Alignment = taRightJustify
  186.       AutoSize = False
  187.       Caption = 'X'
  188.       Font.Color = clBlack
  189.       Font.Height = -11
  190.       Font.Name = 'MS Sans Serif'
  191.       Font.Style = [fsBold]
  192.       ParentFont = False
  193.     end
  194.     object SpeedButton2: TSpeedButton
  195.       Left = 120
  196.       Top = 99
  197.       Width = 25
  198.       Height = 25
  199.       Glyph.Data = {
  200.         78010000424D7801000000000000760000002800000020000000100000000100
  201.         04000000000000000000120B0000120B00000000000000000000000000000000
  202.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  203.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  204.         555555555555555555555555555555555555555555FF55555555555559055555
  205.         55555555577FF5555555555599905555555555557777F5555555555599905555
  206.         555555557777FF5555555559999905555555555777777F555555559999990555
  207.         5555557777777FF5555557990599905555555777757777F55555790555599055
  208.         55557775555777FF5555555555599905555555555557777F5555555555559905
  209.         555555555555777FF5555555555559905555555555555777FF55555555555579
  210.         05555555555555777FF5555555555557905555555555555777FF555555555555
  211.         59905555555555555777555555555555555555555555555555550000}
  212.       NumGlyphs = 2
  213.       OnClick = SpeedButton2Click
  214.     end
  215.     object ComboBox3: TComboBox
  216.       Left = 8
  217.       Top = 8
  218.       Width = 145
  219.       Height = 21
  220.       Style = csDropDownList
  221.       ItemHeight = 13
  222.       Items.Strings = (
  223.         'Light water'
  224.         'Dark water'
  225.         'Light coast'
  226.         'Dark coast'
  227.         'Light ground'
  228.         'Dark ground'
  229.         'Mountains'
  230.         'Forest'
  231.         'Human walls'
  232.         'Orc walls'
  233.         'Space')
  234.       TabOrder = 0
  235.       OnChange = ComboBox3Change
  236.     end
  237.     object CheckBox1: TCheckBox
  238.       Left = 120
  239.       Top = 40
  240.       Width = 17
  241.       Height = 17
  242.       TabOrder = 1
  243.       OnClick = CheckBox1Click
  244.     end
  245.     object CheckBox2: TCheckBox
  246.       Left = 136
  247.       Top = 40
  248.       Width = 17
  249.       Height = 17
  250.       TabOrder = 2
  251.       OnClick = CheckBox1Click
  252.     end
  253.     object CheckBox3: TCheckBox
  254.       Left = 120
  255.       Top = 56
  256.       Width = 17
  257.       Height = 17
  258.       TabOrder = 3
  259.       OnClick = CheckBox1Click
  260.     end
  261.     object CheckBox4: TCheckBox
  262.       Left = 136
  263.       Top = 56
  264.       Width = 17
  265.       Height = 17
  266.       TabOrder = 4
  267.       OnClick = CheckBox1Click
  268.     end
  269.     object CheckBox5: TCheckBox
  270.       Left = 16
  271.       Top = 80
  272.       Width = 57
  273.       Height = 17
  274.       Caption = 'Bridge'
  275.       TabOrder = 5
  276.     end
  277.     object CheckBox6: TCheckBox
  278.       Left = 16
  279.       Top = 104
  280.       Width = 57
  281.       Height = 17
  282.       AllowGrayed = True
  283.       Caption = 'Normal'
  284.       TabOrder = 6
  285.       OnClick = CheckBox6Click
  286.     end
  287.     object CheckBox7: TCheckBox
  288.       Left = 120
  289.       Top = 72
  290.       Width = 17
  291.       Height = 17
  292.       Caption = 'CheckBox7'
  293.       TabOrder = 7
  294.       Visible = False
  295.     end
  296.     object CheckBox8: TCheckBox
  297.       Left = 104
  298.       Top = 56
  299.       Width = 17
  300.       Height = 17
  301.       Caption = 'CheckBox8'
  302.       TabOrder = 8
  303.       Visible = False
  304.     end
  305.   end
  306. end
  307.